From 08c859ea6e6cbcb33e66ed334c7d56ff462b13c7 Mon Sep 17 00:00:00 2001 From: Mate Kukri Date: Tue, 19 Aug 2025 14:12:19 +0100 Subject: [PATCH] util/bash-completion.d/Makefile.am: s/mkrescure/mkrescue/g This is a typo that was stopping this bash-completion from being installed. Signed-off-by: Mate Kukri Gbp-Pq: Topic upstream Gbp-Pq: Name util-bash-completion.d-Makefile.am-s-mkrescure-mkrescue-g.patch --- util/bash-completion.d/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/bash-completion.d/Makefile.am b/util/bash-completion.d/Makefile.am index 33fff95..ede14af 100644 --- a/util/bash-completion.d/Makefile.am +++ b/util/bash-completion.d/Makefile.am @@ -50,7 +50,7 @@ CLEANFILES = $(bash_completion_script) \ $(grub_mkfont_script) \ $(grub_mkimage_script) \ $(grub_mkpasswd_pbkdf2_script) \ - $(grub_mkrescure_script) \ + $(grub_mkrescue_script) \ $(grub_probe_script) \ $(grub_reboot_script) \ $(grub_script_check_script) \ @@ -67,7 +67,7 @@ bashcompletion_DATA = $(bash_completion_script) \ $(grub_mkfont_script) \ $(grub_mkimage_script) \ $(grub_mkpasswd_pbkdf2_script) \ - $(grub_mkrescure_script) \ + $(grub_mkrescue_script) \ $(grub_probe_script) \ $(grub_reboot_script) \ $(grub_script_check_script) \ -- 2.30.2